Mark patches as forwarded
authorSimon McVittie <smcv@debian.org>
Mon, 19 Feb 2018 08:46:26 +0000 (08:46 +0000)
committerSimon McVittie <smcv@debian.org>
Mon, 19 Feb 2018 08:46:26 +0000 (08:46 +0000)
debian/changelog
debian/patches/debian/Use-Python-3-for-tests.patch
debian/patches/test-concurrency-Explicitly-use-floor-division.patch
debian/patches/test-concurrency-Replace-range-with-xrange.patch
debian/patches/test-concurrency-Use-Python-3-syntax-for-octal.patch
debian/patches/tests-bootloader-entries-crosscheck-Use-Python-3-friendly.patch

index 1d0f3d074e11bcf5adc179c954fa6d132db6efcb..aace5c522aeb0305a980e526d3a668ada43c09d1 100644 (file)
@@ -3,6 +3,7 @@ ostree (2018.2-1) UNRELEASED; urgency=medium
   * New upstream release
     - d/copyright: Update
     - d/libostree-1-1.symbols: Update
+  * Mark patches as forwarded
 
  -- Simon McVittie <smcv@debian.org>  Mon, 19 Feb 2018 08:29:00 +0000
 
index c97165995f874fabb21a64a98aad33b00c43ea0a..46486795b8e525e1f5a5e6effba8d1927ff5a858 100644 (file)
@@ -2,7 +2,6 @@ From: Simon McVittie <smcv@debian.org>
 Date: Wed, 17 Jan 2018 14:07:32 +0000
 Subject: Use Python 3 for tests
 
-Forwarded: not-needed
 Signed-off-by: Simon McVittie <smcv@debian.org>
 ---
  tests/bootloader-entries-crosscheck.py | 2 +-
index a1170abfe29e7d8858a2239883c83cec01db62cd..439ffe9e2b57a1fcfe53ce6665626ecbd3da00db 100644 (file)
@@ -7,6 +7,7 @@ semantics for division when the division feature is imported from the
 future.
 
 Signed-off-by: Simon McVittie <smcv@debian.org>
+Forwarded: https://github.com/ostreedev/ostree/pull/1457
 ---
  tests/test-concurrency.py | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
index dadb0725be1d1bf61a30d98d089b74e50e1a65bf..98b7e00c394139327fe280fc543e81cb6b60b0b2 100644 (file)
@@ -6,6 +6,7 @@ range in Python 3 does what xrange did in Python 2. This still works in
 Python 2, it just uses a bit more memory.
 
 Signed-off-by: Simon McVittie <smcv@debian.org>
+Forwarded: https://github.com/ostreedev/ostree/pull/1457
 ---
  tests/test-concurrency.py | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
index 1d9a997fff4d6b7e77ee3bf8ffbba39ee0e17400..41f173c1d994c05533892ec2827204e138feb208 100644 (file)
@@ -5,6 +5,7 @@ Subject: test-concurrency: Use Python 3 syntax for octal
 This also works in Python 2.7, and is a little clearer.
 
 Signed-off-by: Simon McVittie <smcv@debian.org>
+Forwarded: https://github.com/ostreedev/ostree/pull/1457
 ---
  tests/test-concurrency.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
index 720f6164fef3916be77655f0b2cbd31d83659a16..00a25f29a1e1e53795bbf2ce27dcfdd4dbf9c6ea 100644 (file)
@@ -6,6 +6,7 @@ This is a little clearer than a strcmp()-style negative/zero/positive
 return, and also works in Python 2.
 
 Signed-off-by: Simon McVittie <smcv@debian.org>
+Forwarded: https://github.com/ostreedev/ostree/pull/1457
 ---
  tests/bootloader-entries-crosscheck.py | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)